home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / idle220.zip / IDLE.DOC < prev    next >
Text File  |  1993-07-26  |  18KB  |  336 lines

  1.                                   IDLE 2.20
  2.              (c) Copyright 1993 by UniNova Services Corporation
  3.              Free Distribution of Shareware Version Encouraged.
  4.  
  5.  
  6. TABLE OF CONTENTS:
  7. ------------------
  8.  
  9.    About This Document....................................... 1
  10.    Product Acknowledgement................................... 1
  11.    Disclaimer................................................ 1
  12.    Introduction to IDLE...................................... 1
  13.    Syntax.................................................... 2
  14.         Examples............................................. 3
  15.    Installation and Use...................................... 3
  16.    Distribution Rights....................................... 4
  17.    Registration Procedures and Benefits...................... 4
  18.         The Back Door........................................ 5
  19.    History................................................... 5
  20.  
  21.  
  22.  
  23. ABOUT THIS DOCUMENT:
  24. --------------------
  25. Please understand that a rudimentary understanding of MS-DOS is expected
  26. throughout this manual.  If terms such as "DOS PATH" confuse you, it would
  27. be to your benefit to spend some time reading your DOS manual.
  28.  
  29. This documentation was written in a compact format in an attempt to save
  30. disk space, paper [and associated natural resources], and download time.
  31. If you feel it could be made more compact, feel free to contact UniNova
  32. Services Corporation ("UniNova" in the remainder of this document).
  33.  
  34.  
  35. PRODUCT ACKNOWLEDGEMENTS:
  36. -------------------------
  37. Microsoft Corporation:     Microsoft and MS-DOS are registered trademarks, and
  38.                            Windows is a trademark.
  39. Walker, Richer, and Quinn: Reflection is a registered trademark.
  40. Other product and service names are recognized here en masse.  The lack of a
  41. (tm), (sm), or (c) mark does not indicate an attempt to deprive the rightful
  42. owner of a trademark, service mark, or copyright their legal rights.
  43.  
  44.  
  45. DISCLAIMER:
  46. -----------
  47. THE SHAREWARE VERSION OF IDLE IS NOT 100% SECURE - UNINOVA HAS INSTALLED
  48. A "BACK DOOR" TO ENCOURAGE REGISTRATION!  PLEASE READ THE SECTION ENTITLED
  49. "REGISTRATION PROCEDURES AND BENEFITS" FOR MORE INFORMATION!
  50.  
  51. You assume all responsibility for the action of this software on your system,
  52. and use this software at your own risk.  This program has been tested, but
  53. no software can be legitimately guaranteed to run without flaw on all systems
  54. in all conditions.  By using this software, you indicate your agreement to
  55. release UniNova of all liability for any damage that might occur.
  56.  
  57.  
  58. INTRODUCTION TO IDLE:
  59. ---------------------
  60. The IDLE program is a simple way of providing password security for a system. 
  61. By adding a line in the beginning of your AUTOEXEC.BAT file that calls IDLE,
  62. you will stop unauthorized users from accessing your system.  The only way
  63. known to UniNova to get out of IDLE without the password is to re-boot,
  64. which brings the user back to IDLE anyway (assuming the program is called
  65. from the AUTOEXEC.BAT, as recommended, on a DOS 5 [or earlier] system).
  66.  
  67. Due to various multi-tasking/task swapping environments, it is really your
  68. responsibility to make sure that a background program can not be brought
  69. to the top, compromising the security of your computer.  At this time, IDLE
  70. will prevent a user from pressing <Ctrl-C> or <Ctrl-Break> to exit the
  71. program, but it will NOT trap keystrokes such as <Alt-Tab> or <Alt-B>.
  72. Therefore, if you have a program that uses an <Alt> or <Ctrl> keystroke to
  73. "come back to life", you will need to ensure that the program is not active
  74. in memory when you run IDLE.  Starting in version 2.10, sample .PIF files
  75. are included for use as a DOS application within Windows.  It is up to you,
  76. however, to ensure that the .PIF truly does prevent swapping to a different
  77. task.  Also, it is your responsibility to not make gross security errors, such
  78. as pressing <Alt-B> to put Reflection in the background and then running IDLE
  79. with Reflection (and a host connection, presumably) still active.
  80.  
  81.  
  82. SYNTAX:
  83. -------
  84. To run the program, you must give it one parameter (your password), and
  85. may give it a second parameter (the option list).  In place of the password,
  86. you may use /REG to generate a registration form.  Thus, the formal syntax
  87. for the program is:
  88.  
  89. IDLE /REG|password [options]
  90.  
  91. An explanation of each item follows:
  92.  
  93. IDLE      - the name of the program.  If it is in the current directory,
  94.             or if it is in a directory listed in your DOS PATH, you do not
  95.             need to include the directory path when running the program.
  96.             Otherwise, be sure to specify where the computer should find
  97.             the program.  (See examples below.)  Not case sensitive.
  98.  
  99. /REG      - Using this as the first (and, presumably, only) parameter will
  100.             lead you through a brief question-and-answer session, and then
  101.             the program will either print a registration form to the printer
  102.             port you specify, or will write it to the current disk and
  103.             directory, overwriting any other file named REGISTER.DOC that
  104.             may exist in that directory.  Not case sensitive (/reg = /REG).
  105.  
  106. password  - what you'll need to type to regain control of your computer.
  107.             It is limited to 50 characters.  Starting in version 2.15, it may       
  108.             contain characters from the extended character set, but it cannot
  109.             contain tabs, spaces, carriage returns, or "control characters".
  110.             The password is CASE SENSITIVE!  Thus, if you use the password
  111.             MoNgOoSe, the following WILL NOT exit the program:  MONGOOSE,
  112.             MonGoose, mongoose, etc.  (See examples below.)
  113.  
  114. [options] - a list consisting of one or more of the following letters (with
  115.             the meaning for each as listed):
  116.  
  117.             C : The display screen will be colorized using ANSI colors.
  118.             N : The password will not be displayed on the screen when you
  119.                 type it to exit the program.
  120.             X : The display screen will make use of extended characters,      
  121.                 instead of relying on plain ASCII characters.  This allows
  122.                 for a "nicer" display on systems that permit it.
  123.  
  124.             The options should be combined without spaces or other delimiters
  125.             if you wish to use more than one.  (See examples below.)  Not
  126.             case sensitive.  The order of the options is irrelevant, and
  127.             you can include other characters (which will be ignored).  Thus,
  128.             the "option" SYNTAX=common would enable color, extended characters,
  129.             and would prevent the password from being displayed as it's
  130.             typed.  This allows the use of a word or phrase in a batch file
  131.             that might appear to an onlooker to be part of the password. 
  132.  
  133.  
  134. Examples
  135. --------
  136.            Program placed in directory:  C:\UTILS
  137.                              DOS PATH =  C:\;C:\DOS;C:\UTILS;C:\MOUSE
  138. Directory where program is called from:  C:\DOCUMENT
  139.                Display options desired:  Use no-color plain ASCII, show 
  140.                                          password as it's being typed.
  141.                               Password:  Victorious
  142.                        Call to program:  IDLE Victorious
  143.  
  144.            Program placed in directory:  C:\WHITMORE
  145.                              DOS PATH =  C:\;C:\DOS;C:\UTILS;C:\MOUSE
  146. Directory where program is called from:  C:\DOCUMENT
  147.                Display options desired:  Use colorized extended chars, do
  148.                                          not display password as it's typed.
  149.                               Password:  VICTORIOUS
  150.                        Call to program:  \WHITMORE\IDLE VICTORIOUS CNX
  151.  
  152.            Program placed in directory:  C:\WHITMORE
  153.                              DOS PATH =  C:\;C:\DOS;C:\UTILS;C:\MOUSE
  154. Directory where program is called from:  C:\WHITMORE
  155.                Display options desired:  Use colorized ASCII, show password
  156.                                          as it's typed.
  157.